home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / site_variables < prev    next >
Encoding:
Text File  |  1995-05-09  |  3.2 KB  |  92 lines

  1. :
  2. #    @(#) site_vars 1.7 Feb 19, 1992
  3. #
  4. #       Copyright (C) 1989 The Santa Cruz Operation Inc. All Rights Reserved
  5. #       This Module contains Proprietary Information of
  6. #       The Santa Cruz Operation Inc, and should be treated as Confidential.
  7. #
  8. # M000, 06-Aug-92, hess
  9. #     add huffman compression
  10. #
  11. # Full name of the product
  12. PRODSET="SCO HyperText Daemon"
  13. # PRD Value for product. The prd value is arbitrary. It should be
  14. # unique and 8 or less lowercase alpha/numeric characters. example: "xsight"
  15. PRODPRD=http
  16. # Machine type which defines the products software/hardware requirements
  17. PRODTYP=u386
  18. # Product release: [major rev].[functionality rev].[bugfix rev][dev group rev]
  19. # standard convention is to start with 1.0.0a
  20. PRODREL=1.0.0c
  21. # Target Operating System for the product. Must be UNIX or XENIX
  22. TARGET_OS=UNIX
  23. # Variables used by mkperm (invoked by docut) to get package information
  24. # for a product with one major package, if it is not given by other 
  25. # means (eg. by docut -p <pkgdir> )
  26. # BASEPACKDIR is the directory under which the files are. (eg ./source)
  27. BASEPACKDIR=dist
  28. # BASEPACKNAME is the package name (eg MAIN)
  29. BASEPACKNAME=HTTP
  30. # BASEPACKDESC is the description of this pkg. (eg. "SCO Mastering Tools")
  31. # This should be a quoted string.
  32. BASEPACKDESC="SCO HyperText Daemon"
  33.  
  34. #
  35. # CHANGE THESE FOR EACH MEDIA TYPE
  36. # THESE VARS ARE SET FROM INSIDE THE MAKE FILE WHEN RUNNING "make cuts"
  37. # device name for archiving distribution
  38. #DEVICE=/dev/rfd096ds15
  39. # size of each distribution volume - 1200k for 96dshd floppies,
  40. # 1440k for 135dshd floppies.
  41. #VOLSIZE=1200k
  42. # blocking factor if required
  43. BLOCKING=10
  44. # complete command needed to format a volume
  45. FORMAT="format $DEVICE"
  46. # pathnames of any files not to be archived
  47. NOTAR=''
  48.  
  49. #
  50. # SPECIAL PURPOSE VALUES. MODIFIED UNDER SPECIAL CIRCUMSTANCES
  51. #
  52. # NOCOMPRESS: used to indicate _packages_ in the product which are
  53. # not to be compressed when the -c option is used with docut or mkcuts
  54. # If NOCOMPRESS is not set, the only file not compressed is the permlist.
  55. NOCOMPRESS="PERM"
  56. #
  57. # Used for products designed to use custom update functionality.
  58. # To be used in conjunction with doupdate. Reference custom update definition
  59. # before using. Used ONLY for updates, example: "UA"
  60. PRODUPD=
  61. # For INTERNAL SCO use only. vols that require prefixes (B's,X's,D's)
  62. VOLPREFIX=
  63. # Only for products using SCO serialization.
  64. # Serialization key for serialization - optional, only if branding files
  65. SERIALKEY=
  66. # Only for products using SCO serialization.
  67. # Pathnames to any serialization files - optional, only if branding files
  68. SERIALIZE=''
  69. # For INTERNAL SCO use only. Special volumes that exist in non-default
  70. # locations. Default location is ./tmp/perms/$PRODPRD[.$PRODUPD]
  71. # If set this pathname must be relative to DISTDIR.
  72. PERMLIST=
  73.  
  74. #
  75. # STANDARD VALUES. GENERALLY, NON-MODIFIED
  76. #
  77. # the "root" directory of the distribution hierarchy
  78. DISTDIR=`pwd`/dist
  79. # distribution misc directory, relative to CDISTDIR
  80. # used to store list of files corresponding to volumes
  81. MISCDIR=../misc
  82. # the "root" directory of the compressed hierarchy
  83. CDISTDIR=`pwd`/cdist
  84. # Image directory where media images are stored
  85. IMAGEDIR=`pwd`/cut
  86. # Sums directory where individual file sums of media are stored
  87. SUMDIR=`pwd`/cut
  88.  
  89. # use best compression avail
  90. COMPRESSCMD="compress -H"
  91.